home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / rsxwdk2s.zip / RSXWDK / LIBSRC / KEYBOARD / KEYBO132.C < prev    next >
C/C++ Source or Header  |  1994-12-19  |  158b  |  12 lines

  1. #define STRICT
  2. #include <windows.h>
  3. #include <sys/rsxw32.h>
  4.  
  5. short WINAPI GetKBCodePage(void)
  6. {
  7.     NOSTACK;
  8.  
  9.     return WINCALL(132,KEYBOARD);
  10. }
  11.  
  12.